These are not useful outside GTK+.
return NULL;
}
+/**
+ * gtk_settings_install_property:
+ * @pspec:
+ *
+ * Deprecated: 3.16: This function is not useful outside GTK+.
+ */
void
gtk_settings_install_property (GParamSpec *pspec)
{
* gtk_settings_install_property_parser:
* @pspec:
* @parser: (scope call):
+ *
+ * Deprecated: 3.16: This function is not useful outside GTK+.
*/
void
gtk_settings_install_property_parser (GParamSpec *pspec,
GDK_AVAILABLE_IN_ALL
GtkSettings* gtk_settings_get_for_screen (GdkScreen *screen);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_16
void gtk_settings_install_property (GParamSpec *pspec);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_16
void gtk_settings_install_property_parser (GParamSpec *pspec,
GtkRcPropertyParser parser);